home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / program / mui32dev.lha / MUI / Developer / C / Include / proto / muimaster.h
C/C++ Source or Header  |  1996-01-30  |  195b  |  8 lines

  1. #ifndef PROTO_MUIMASTER_H
  2. #define PROTO_MUIMASTER_H
  3. #include <exec/types.h>
  4. extern struct Library *MUIMasterBase;
  5. #include <clib/muimaster_protos.h>
  6. #include <pragmas/muimaster_pragmas.h>
  7. #endif
  8.